public async Task <int> PutCollegeItem(int Id, [FromBody] College item) { item.Id = Id; return(await Colleges.PutCollege(item)); }