public ReturnResult <Profiles> GetProfileByID(int profileID) { var result = profileDAL.GetProfileByID(profileID); return(result); }