@if (@ViewBag.Error == "Error")
{
Failed to rest password , invalid email account
}
@if ( @ViewBag.Error == "Invalid")
{
Error ! Account does not exists
}
@if (@ViewBag.Success == "Success")
{
Password successfully updated , Email has been sent your company with new password
}