public async Task <int> Post(CollegeInfo info)
 {
     return(await _service.SaveCollegeInfo(info, User.Identity.Name.GetHashCode()));
 }