public ReturnResult <Profiles> ProfileSearch(string serachStr) { var result = profileDAL.SearchProfile(serachStr); return(result); }