public async Task <int> Post(CollegeYearView stat)
 {
     return(await _service.ConstructCollegeDemand(stat, User.Identity.Name));
 }